dsh-shell-command: Adding /! Command Analysis and /terminal Session Referencing to DSH
dsh-shell-command is an MIT-licensed plugin for DeepSeek Harness (DSH), designed to address the need to hand over Shell command results to the model for analysis. It provides two core entry points: `/!` and `/terminal`. `/!` is used to run a single command in the session workspace, automatically handling output boundaries and sending them to the model for immediate analysis, making it suitable for scenarios such as checking disk usage, viewing logs, or analyzing build results. `/terminal` opens an interactive PTY terminal with session and history tabs, supporting multi-step debugging; after executing operations in the terminal, users can select one or more session records from the history, add notes, and send them to the model for analysis, making it ideal for exploratory operations and multi-session comparisons. This plugin is applicable to the dsh CLI environment and Node 2.
Read Moredsh-claude-tui: A Claude Code-Style TUI for DeepSeek Harness
dsh-claude-tui is a community-maintained unofficial TUI client designed to integrate the runtime capabilities of DeepSeek Harness (DSH) into a terminal interaction experience similar to Claude Code. The project (version 0.1.5, MIT license) is independent of Anthropic and DeepSeek, does not rely on official cloud services, and directly interfaces with the DSH local runtime. Its core features include providing a high-fidelity terminal interface, supporting model selection, persistent session management, command execution, approval confirmation, tool observation, and subagent management. The interface displays real runtime information, supports multi-line editing, image pasting, history search, and keyboard shortcuts. During execution, users can view the reasoning process, tool activity, cache hit rates, To
Read MoreDSH Mini TUI: The Minimalist Terminal Interface for DeepSeek Harness
DSH Mini TUI (dsh-mini-tui) is a DeepSeek Harness terminal user interface plugin maintained by boxeryao. It retains full Agent and tool capabilities, defaulting to an answer-first layout that hides successful tool outputs while preserving short prompts on failure. It supports /verbose and /tool N for on-demand viewing of the process and offers Windows right-click menu startup. Installation command: dsh plugin --profile tui add dsh-mini-tui@latest, requiring DSH 0.1.0-rc.6 and Node.js 22.19+.
Read More